Pack of instagram themed female poses.

Don't forget to read the readme for the favoriteAnims.xml line. It's necessary to add.

Place this line into FavoriteAnims.xml in your menyooStuff folder.

	<Anim dict="anim@model_car_fancy" name="car_fancy_clip" />
	<Anim dict="anim@model_stretched_leg" name="stretched_leg_clip" />
	<Anim dict="anim@car_sitting_fuckyou" name="sitting_fuckyou_clip" />
	<Anim dict="anim@car_sitting_cute" name="sitting_cute_clip" />
	<Anim dict="anim@model_bike" name="bike_clip" />
	<Anim dict="anim@model_bike_two" name="bike_two_clip" />



Install using Jennie's Custom Anims mod. Get it here:
https://www.gta5-mods.com/misc/custom-animations-add-on-customanims

Make sure you follow their guidelines on how to install that mod properly and how to install animations using it.



FOR DPEMOTES USERS ON FIVEM: 

NOTE: FOR PROP PLACEMENT, FOLLOW THIS TUTORIAL:
https://forum.cfx.re/t/how-to-menyoo-to-dpemotes-conversion-streaming-custom-add-on-props/4775018

Place the ycd files into this folder:

resources/dpemotes-master/streams

Then copy this line into your AnimationList.lua (I don't currently know how to make it spawn props, so that'll be up to you)

["modelselfie3"] = {"anim@model_car_fancy", "car_fancy_clip", "Model Insta Selfie 3 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["modelselfie4"] = {"anim@model_stretched_leg", "stretched_leg_clip", "Model Insta Selfie 4 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["carpose3"] = {"anim@car_sitting_fuckyou", "sitting_fuckyou_clip", "Car Pose 3 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["carpose4"] = {"anim@car_sitting_cute", "sitting_cute_clip", "Car Pose 4 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["modelmoto1"] = {"anim@model_bike", "bike_clip", "Motorbike Modeling Pose 1 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},

["modelmoto2"] = {"anim@model_bike_two", "bike_two_clip", "Motorbike Modeling Pose 2 (Smos)", AnimationOptions =
{
	EmoteLoop = true,
	EmoteMoving = false,
}},
